home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +RTST.CFG
- TASM = TASM
- TLIB = tlib
- TLINK = tlink
- LIBPATH = D:\BCWIN\LIB
- INCLUDEPATH = D:\BCWIN\INCLUDE
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- rtst.obj \
- rational.obj
-
- # *Explicit Rules*
- rtst.exe: rtst.cfg $(EXE_dependencies)
- $(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
- c0s.obj+
- rtst.obj+
- rational.obj
- rtst
- # no map file
- emu.lib+
- maths.lib+
- cs.lib
- |
-
-
- # *Individual File Dependencies*
- rtst.obj: rtst.cfg rtst.cpp
-
- rational.obj: rtst.cfg rational.cpp
-
- # *Compiler Configuration File*
- rtst.cfg: rtst.mak
- copy &&|
- -v
- -w+
- -I$(INCLUDEPATH)
- -L$(LIBPATH)
- | rtst.cfg
-
-
-